home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-15 | 408 b | 21 lines | [TEXT/MPS ] |
- ; File: E16.Scrap
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-93
- ; All Rights Reserved
- ;
- ;
- badScrapType GEQU $1610 ; No scrap of this type.
- textScrap GEQU $0000
- picScrap GEQU $0001
- sampledSoundScrap GEQU $0002
- teStyleScrap GEQU $0064
- iconScrap GEQU $4945
- maskScrap GEQU $8001
- colorTableScrap GEQU $8002
- resourceRefScrap GEQU $8003
-
- ; ShowClipboard flag values
- cpOpenWindow GEQU $8000
- cpCloseWindow GEQU $4000
-